home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000233_news@newsmaster….columbia.edu _Mon Feb 16 10:04:36 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA15897
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 16 Feb 1998 10:04:36 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA20449
  7.     for kermit.misc@watsun; Mon, 16 Feb 1998 10:04:35 -0500 (EST)
  8. Path: news.columbia.edu!not-for-mail
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 and command line parms..
  12. Date: 16 Feb 1998 10:04:32 -0500
  13. Organization: Columbia University
  14. Lines: 24
  15. Message-ID: <6c9ki0$fgl@watsun.cc.columbia.edu>
  16. References: <6c7s41$l26$1@goanna.cs.rmit.edu.au>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8420
  19.  
  20. In article <6c7s41$l26$1@goanna.cs.rmit.edu.au>,
  21. Ross Irvine <rwi@yallara.cs.rmit.edu.au> wrote:
  22. : I've running K95 version 1.1.15.
  23. : In my k95custom.ini I have a line :
  24. : define txrx take txrx.ksc
  25. : Trying to do :
  26. : k95 txrx 1
  27. : Cause k95 not even to load (seems not to anyway). It just exits straight 
  28. : away, no K95 startup screen or anything.
  29. : As you can see I'm trying to pass a command line parm to the script 
  30. : txrx.ksc. This setup is working fine with MS Dos Kermit 3.15, but K95 
  31. : doesn't seem to like it. Is there a different way to run command line 
  32. : options with K95? I can manually load k95, then type 'txrx 1' and it'll 
  33. : run the script file.
  34. MS-DOS Kermit and Kermit 95 have completely different command-line
  35. syntax.  See pages 465-477 of "Using C-Kermit", 2nd Edition for a complete
  36. description of K95's command line.
  37.  
  38. - Frank